home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / amiga / arexx / t_paint / tpainter.lha / TPrexx / L_2pic / 5scrn4.rexx < prev   
OS/2 REXX Batch file  |  1995-01-23  |  1KB  |  44 lines

  1. /* CF TP scrn4, foreground boxes */
  2. address 'DigiPaint'
  3. 'Cbx0'            /* pic color 0 blk */
  4. 'Pmcl'            /* norm paint */
  5. 'Drre'            /* fill rect */
  6. 'Flon'            /* fill on just checking */
  7. 'Hvar'            /* toggle 2-way h/v blend */
  8. 'Midc'            /* cntr 50% */
  9. 'Mide'            /* edge 50% */
  10. 'Pend' 93 52      /* up left */
  11. 'Penu' 316 196    /* dn right */
  12.  
  13. 'Maxc'
  14. 'Maxe'
  15. 'Brt6'            /* square brush */
  16. 'Bsz1'            /* small brush */
  17. 'Cbx1'            /* pic color 1 wht */
  18. 'Pmcl'            /* norm paint */
  19. 'Drre'            /* fill rect */
  20. 'Flon'            /* fill on just checking */
  21. 'Pend' 73 32      /* up left */
  22. 'Penu' 296 176     /* dn right */
  23.  
  24. 'Cbx0'            /* pic color 0 blk */
  25. 'Pmcl'            /* norm paint */
  26. 'Drre'            /* fill rect */
  27. 'Flon'            /* fill on just checking */
  28. 'Hvar'            /* toggle 2-way h/v blend */
  29. 'Midc'            /* cntr 50% */
  30. 'Mide'            /* edge 50% */
  31. 'Pend' 101 228    /* up left */
  32. 'Penu' 324 372    /* dn right */
  33.  
  34. 'Maxc'
  35. 'Maxe'
  36. 'Pend' 81 208
  37. 'Penu' 304 352
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  exit               /* bye bye */
  44.